home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / v cisle / ozo / zotero-1.0.3.xpi / chrome / zotero.jar / content / zotero / note.xul < prev    next >
Encoding:
Extensible Markup Language  |  2007-08-22  |  746 b   |  26 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
  6.  
  7. <window
  8.     id="zotero-note-window"
  9.     orient="vertical"
  10.     width="400"
  11.     height="250"
  12.     title="&zotero.items.menu.attach.note;"
  13.     persist="screenX screenY width height"
  14.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  15.  
  16.     <script src="include.js"/>
  17.     <script src="itemPane.js"/>
  18.     <script src="note.js"/>
  19.  
  20.     <keyset>
  21.         <key id="key_close" key="W" modifiers="accel" command="cmd_close"/>
  22.     </keyset>
  23.     <command id="cmd_close" oncommand="window.close();"/>
  24.     
  25.     <noteeditor id="note-editor" flex="1"/>
  26. </window>